home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / lang / Python13.lha / Python-1.3 / Lib / README < prev    next >
Encoding:
Text File  |  1995-12-11  |  241 b   |  13 lines

  1.  
  2. This directory contains the Python library files, and the test files.
  3.  
  4.  
  5. To check the correctness of the program, type this (after installation):
  6.     cd python:lib/test
  7.     python
  8.     import autotest
  9.    
  10.    It should say: All tests Ok (or similar)
  11.  
  12.  
  13.